home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / logoff7.zip / BOARD.BAT < prev    next >
DOS Batch File  |  1992-01-06  |  687b  |  35 lines

  1. @echo off
  2. c:
  3. cd \pcb
  4. set pcb=/swap
  5. set dszlog=c:\pcb\pcbdsz.log
  6. if exist remote.bat rename remote.bat remote.sys
  7. if exist event.bat rename event.bat event.sys
  8. if exist door.bat del door.bat
  9. if exist endpcb del endpcb
  10. pcb145
  11. if exist remote.bat remote
  12. if exist door.bat door
  13. if exist event.bat event
  14. if exist endpcb goto end
  15. board
  16. :end
  17. if exist flag.001 goto test
  18. if exist flag.002 goto reload1
  19. if exist flag.003 goto reload2
  20. if exist endpcb goto exit_to_dos
  21. :test
  22. echo ATH1M0 >com2
  23. echo off
  24. cd\upload2
  25. autoscan
  26. cd\pcb
  27. if exist flag.001 del flag.001
  28. :reload1
  29. if exist flag.002 del flag.002
  30. :reload2
  31. if exist flag.003 del flag.003
  32. board
  33. :exit_to_dos
  34. exit
  35.